home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / champion.swf / scripts / DefineButton2_194 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-11-13  |  171 b   |  9 lines

  1. on(release){
  2.    if(_root.money >= 300 && _root.faster == false)
  3.    {
  4.       _root.money -= 300;
  5.       _root.moneyD = _root.money;
  6.       _root.faster = true;
  7.    }
  8. }
  9.